Direct access to the action area by applications makes it much more
difficult to make changes to GtkDialog. Therefore, deprecate this
function.
*
* Returns the action area of @dialog.
*
- * Returns: (transfer none): the action area.
+ * Returns: (transfer none): the action area
*
* Since: 2.14
- **/
+ *
+ * Deprecated:3.12: Direct access to the action area
+ * is discouraged; use gtk_dialog_add_button(), etc.
+ */
GtkWidget *
gtk_dialog_get_action_area (GtkDialog *dialog)
{
GDK_AVAILABLE_IN_ALL
gint gtk_dialog_run (GtkDialog *dialog);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog);
GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_dialog_get_content_area (GtkDialog *dialog);